Q3RotateAboutPointTransform_GetData
You can use theQ3RotateAboutPointTransform_GetData
function to query the private data stored in a rotate-about-point transform.
TQ3Status Q3RotateAboutPointTransform_GetData ( TQ3TransformObject transform, TQ3RotateAboutPointTransformData *data);
transform
- A transform.
data
- A pointer to a rotate-about-point data structure.
DESCRIPTION
TheQ3RotateAboutPointTransform_GetData
function returns, in thedata
parameter, information about the rotate-about-point transform specified by thetransform
parameter. You should useQ3RotateAboutPointTransform_GetData
only with transforms of typekQ3TransformTypeRotateAboutPoint
.